A theme used to style the windows in the component. More...
Public Member Functions | |
Theme () | |
~Theme () | |
const char * | getName () const |
ThemeColors & | getColors () |
const ThemeColors & | getColors () const |
void | setName (const char *name) |
A theme used to style the windows in the component.
nkWinUi::Theme::Theme | ( | ) |
Constructor.
nkWinUi::Theme::~Theme | ( | ) |
Destructor.
const char* nkWinUi::Theme::getName | ( | ) | const |
ThemeColors& nkWinUi::Theme::getColors | ( | ) |
const ThemeColors& nkWinUi::Theme::getColors | ( | ) | const |
void nkWinUi::Theme::setName | ( | const char * | name | ) |
Sets the name of the theme. Used internally by the ThemeManager.
name | The name to set. |